3.4.23 \(\int \frac {(d \sec (e+f x))^{3/2}}{(b \tan (e+f x))^{3/2}} \, dx\) [323]

Optimal. Leaf size=97 \[ -\frac {2 d^2}{b f \sqrt {d \sec (e+f x)} \sqrt {b \tan (e+f x)}}-\frac {2 d^2 E\left (\left .\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right )\right |2\right ) \sqrt {b \tan (e+f x)}}{b^2 f \sqrt {d \sec (e+f x)} \sqrt {\sin (e+f x)}} \]

[Out]

-2*d^2/b/f/(d*sec(f*x+e))^(1/2)/(b*tan(f*x+e))^(1/2)+2*d^2*(sin(1/2*e+1/4*Pi+1/2*f*x)^2)^(1/2)/sin(1/2*e+1/4*P
i+1/2*f*x)*EllipticE(cos(1/2*e+1/4*Pi+1/2*f*x),2^(1/2))*(b*tan(f*x+e))^(1/2)/b^2/f/(d*sec(f*x+e))^(1/2)/sin(f*
x+e)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 97, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.160, Rules used = {2688, 2696, 2721, 2719} \begin {gather*} -\frac {2 d^2 E\left (\left .\frac {1}{2} \left (e+f x-\frac {\pi }{2}\right )\right |2\right ) \sqrt {b \tan (e+f x)}}{b^2 f \sqrt {\sin (e+f x)} \sqrt {d \sec (e+f x)}}-\frac {2 d^2}{b f \sqrt {b \tan (e+f x)} \sqrt {d \sec (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d*Sec[e + f*x])^(3/2)/(b*Tan[e + f*x])^(3/2),x]

[Out]

(-2*d^2)/(b*f*Sqrt[d*Sec[e + f*x]]*Sqrt[b*Tan[e + f*x]]) - (2*d^2*EllipticE[(e - Pi/2 + f*x)/2, 2]*Sqrt[b*Tan[
e + f*x]])/(b^2*f*Sqrt[d*Sec[e + f*x]]*Sqrt[Sin[e + f*x]])

Rule 2688

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[a^2*(a*Sec[e
 + f*x])^(m - 2)*((b*Tan[e + f*x])^(n + 1)/(b*f*(n + 1))), x] - Dist[a^2*((m - 2)/(b^2*(n + 1))), Int[(a*Sec[e
 + f*x])^(m - 2)*(b*Tan[e + f*x])^(n + 2), x], x] /; FreeQ[{a, b, e, f}, x] && LtQ[n, -1] && (GtQ[m, 1] || (Eq
Q[m, 1] && EqQ[n, -3/2])) && IntegersQ[2*m, 2*n]

Rule 2696

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[a^(m + n)*((b
*Tan[e + f*x])^n/((a*Sec[e + f*x])^n*(b*Sin[e + f*x])^n)), Int[(b*Sin[e + f*x])^n/Cos[e + f*x]^(m + n), x], x]
 /; FreeQ[{a, b, e, f, m, n}, x] && IntegerQ[n + 1/2] && IntegerQ[m + 1/2]

Rule 2719

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{
c, d}, x]

Rule 2721

Int[((b_)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[(b*Sin[c + d*x])^n/Sin[c + d*x]^n, Int[Sin[c + d*x]
^n, x], x] /; FreeQ[{b, c, d}, x] && LtQ[-1, n, 1] && IntegerQ[2*n]

Rubi steps

\begin {align*} \int \frac {(d \sec (e+f x))^{3/2}}{(b \tan (e+f x))^{3/2}} \, dx &=-\frac {2 d^2}{b f \sqrt {d \sec (e+f x)} \sqrt {b \tan (e+f x)}}-\frac {d^2 \int \frac {\sqrt {b \tan (e+f x)}}{\sqrt {d \sec (e+f x)}} \, dx}{b^2}\\ &=-\frac {2 d^2}{b f \sqrt {d \sec (e+f x)} \sqrt {b \tan (e+f x)}}-\frac {\left (d^2 \sqrt {b \tan (e+f x)}\right ) \int \sqrt {b \sin (e+f x)} \, dx}{b^2 \sqrt {d \sec (e+f x)} \sqrt {b \sin (e+f x)}}\\ &=-\frac {2 d^2}{b f \sqrt {d \sec (e+f x)} \sqrt {b \tan (e+f x)}}-\frac {\left (d^2 \sqrt {b \tan (e+f x)}\right ) \int \sqrt {\sin (e+f x)} \, dx}{b^2 \sqrt {d \sec (e+f x)} \sqrt {\sin (e+f x)}}\\ &=-\frac {2 d^2}{b f \sqrt {d \sec (e+f x)} \sqrt {b \tan (e+f x)}}-\frac {2 d^2 E\left (\left .\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right )\right |2\right ) \sqrt {b \tan (e+f x)}}{b^2 f \sqrt {d \sec (e+f x)} \sqrt {\sin (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 10.70, size = 70, normalized size = 0.72 \begin {gather*} \frac {2 d^2 \left (-1+\, _2F_1\left (-\frac {1}{4},\frac {1}{4};\frac {3}{4};\sec ^2(e+f x)\right ) \sqrt [4]{-\tan ^2(e+f x)}\right )}{b f \sqrt {d \sec (e+f x)} \sqrt {b \tan (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d*Sec[e + f*x])^(3/2)/(b*Tan[e + f*x])^(3/2),x]

[Out]

(2*d^2*(-1 + Hypergeometric2F1[-1/4, 1/4, 3/4, Sec[e + f*x]^2]*(-Tan[e + f*x]^2)^(1/4)))/(b*f*Sqrt[d*Sec[e + f
*x]]*Sqrt[b*Tan[e + f*x]])

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.34, size = 535, normalized size = 5.52

method result size
default \(-\frac {\left (-2 \sqrt {-\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}}\, \sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \sqrt {-\frac {i \cos \left (f x +e \right )-i-\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \EllipticE \left (\sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}, \frac {\sqrt {2}}{2}\right ) \cos \left (f x +e \right )+\sqrt {-\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}}\, \sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \sqrt {-\frac {i \cos \left (f x +e \right )-i-\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \EllipticF \left (\sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}, \frac {\sqrt {2}}{2}\right ) \cos \left (f x +e \right )-2 \sqrt {-\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}}\, \sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \sqrt {-\frac {i \cos \left (f x +e \right )-i-\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \EllipticE \left (\sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}, \frac {\sqrt {2}}{2}\right )+\sqrt {-\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}}\, \sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \sqrt {-\frac {i \cos \left (f x +e \right )-i-\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}\, \EllipticF \left (\sqrt {\frac {i \cos \left (f x +e \right )-i+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}}, \frac {\sqrt {2}}{2}\right )+\sqrt {2}\right ) \left (\frac {d}{\cos \left (f x +e \right )}\right )^{\frac {3}{2}} \sin \left (f x +e \right ) \sqrt {2}}{f \left (\frac {b \sin \left (f x +e \right )}{\cos \left (f x +e \right )}\right )^{\frac {3}{2}}}\) \(535\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*sec(f*x+e))^(3/2)/(b*tan(f*x+e))^(3/2),x,method=_RETURNVERBOSE)

[Out]

-1/f*(-2*(-I*(cos(f*x+e)-1)/sin(f*x+e))^(1/2)*((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2)*(-(I*cos(f*x+e)-I
-sin(f*x+e))/sin(f*x+e))^(1/2)*EllipticE(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2*2^(1/2))*cos(f*x+e
)+(-I*(cos(f*x+e)-1)/sin(f*x+e))^(1/2)*((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2)*(-(I*cos(f*x+e)-I-sin(f*
x+e))/sin(f*x+e))^(1/2)*EllipticF(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2*2^(1/2))*cos(f*x+e)-2*(-I
*(cos(f*x+e)-1)/sin(f*x+e))^(1/2)*((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2)*(-(I*cos(f*x+e)-I-sin(f*x+e))
/sin(f*x+e))^(1/2)*EllipticE(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2*2^(1/2))+(-I*(cos(f*x+e)-1)/si
n(f*x+e))^(1/2)*((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2)*(-(I*cos(f*x+e)-I-sin(f*x+e))/sin(f*x+e))^(1/2)
*EllipticF(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2*2^(1/2))+2^(1/2))*(d/cos(f*x+e))^(3/2)*sin(f*x+e
)/(b*sin(f*x+e)/cos(f*x+e))^(3/2)*2^(1/2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))^(3/2)/(b*tan(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

integrate((d*sec(f*x + e))^(3/2)/(b*tan(f*x + e))^(3/2), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.11, size = 141, normalized size = 1.45 \begin {gather*} -\frac {2 \, d \sqrt {\frac {b \sin \left (f x + e\right )}{\cos \left (f x + e\right )}} \sqrt {\frac {d}{\cos \left (f x + e\right )}} \cos \left (f x + e\right )^{2} + i \, \sqrt {-2 i \, b d} d \sin \left (f x + e\right ) {\rm weierstrassZeta}\left (4, 0, {\rm weierstrassPInverse}\left (4, 0, \cos \left (f x + e\right ) + i \, \sin \left (f x + e\right )\right )\right ) - i \, \sqrt {2 i \, b d} d \sin \left (f x + e\right ) {\rm weierstrassZeta}\left (4, 0, {\rm weierstrassPInverse}\left (4, 0, \cos \left (f x + e\right ) - i \, \sin \left (f x + e\right )\right )\right )}{b^{2} f \sin \left (f x + e\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))^(3/2)/(b*tan(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

-(2*d*sqrt(b*sin(f*x + e)/cos(f*x + e))*sqrt(d/cos(f*x + e))*cos(f*x + e)^2 + I*sqrt(-2*I*b*d)*d*sin(f*x + e)*
weierstrassZeta(4, 0, weierstrassPInverse(4, 0, cos(f*x + e) + I*sin(f*x + e))) - I*sqrt(2*I*b*d)*d*sin(f*x +
e)*weierstrassZeta(4, 0, weierstrassPInverse(4, 0, cos(f*x + e) - I*sin(f*x + e))))/(b^2*f*sin(f*x + e))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (d \sec {\left (e + f x \right )}\right )^{\frac {3}{2}}}{\left (b \tan {\left (e + f x \right )}\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(3/2),x)

[Out]

Integral((d*sec(e + f*x))**(3/2)/(b*tan(e + f*x))**(3/2), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))^(3/2)/(b*tan(f*x+e))^(3/2),x, algorithm="giac")

[Out]

integrate((d*sec(f*x + e))^(3/2)/(b*tan(f*x + e))^(3/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (\frac {d}{\cos \left (e+f\,x\right )}\right )}^{3/2}}{{\left (b\,\mathrm {tan}\left (e+f\,x\right )\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d/cos(e + f*x))^(3/2)/(b*tan(e + f*x))^(3/2),x)

[Out]

int((d/cos(e + f*x))^(3/2)/(b*tan(e + f*x))^(3/2), x)

________________________________________________________________________________________